/* 首页 */
/* 1.三湘风纪图标、顶部功能 */
/* #region */
/* 右侧微信二维码 */
.wx-right{
  width:100px;
  height:284px; 
  position:fixed; 
  right:25px; 
  background: #FFFFFF;
  border: 1px solid rgba(221,221,221,1);
  bottom:10px; 
  text-align: center;
	z-index:999;
}
.wx-right span{
  font-size: 18px;
  color: #03101A;
  text-align: center;
  margin-top: 5px;
}
.wx-right .wx-box{
  width: 66px;
  height: 80px;
  margin: 24px auto;
}
.wx-right .wx-box .wx-barcode{
  width: 66px;
  height: 66px;
  background-image: url('../img/604b789f550d5.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

}
.wx-right .wx-box span{
  font-size: 14px;
  color: #333333;
  text-align: center;

}
.wx-right .close-right{
  top:-27px;
  position: absolute;
  width: 28px;
  height: 25px;
  display: block;
  background-image: url(../img/close-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  right:0px; 
  }


.content-top{
  width: 100%;
  height: 96px;
  display: inline;
  text-align: center;
}
.content-top .content-top-logo{
  width: 190px;
  height: 79.17px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8.83px;
}
.content-top .content-top-logo img{
  display: inline;
  width: 100%;
  height: 100%;
}
.content-top .content-top-right{
  float: right;
  vertical-align: middle;
  display: flex;
}
.content-top .content-top-right .setHomePage{
  margin-top: 40px;
  /* margin-right: 16px; */
}
.content-top .content-top-right .setHomePage a{
  font-size: 14px;
  color: #5e5e5e;
  cursor: pointer;
}
.content-top .content-top-right .setHomePage a:hover{
  color:#064ec0;
}
.content-top .content-top-right .setHomePage a:first-child{
  margin-right: 20px;
}
.content-top .content-top-right .content-top-search{
  position: relative;
  top: 35px;
}
/* #endregion */


/* 2.轮播图、头条  */
/* #region */
.content-hotnews{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
/* 轮播图 */
.content-hotnews .main_news_lunbo{
  width: 560px;
  height: 372.74px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
/* 轮播图样式 */
.content-hotnews .main_news_lunbo .main_news_pic{
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-hotnews .main_news_lunbo .main_news_pic li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.content-hotnews .main_news_lunbo .main_news_pic li,
.content-hotnews .main_news_lunbo .main_news_pic li a{
  width: 100%;
  height: 100%;
}
.content-hotnews .main_news_lunbo .main_news_pic li .img-container{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-hotnews .main_news_lunbo .main-news_txtbg{
  position: absolute;
  width: 100%;
  height: 56px;
  transform: scaleY(-1);
  background-image: linear-gradient(180deg, #353535 0%, rgba(53,53,53,0.00) 100%);
  bottom: 0;
  z-index: 10;
}
/* 轮播图标题样式 */
.content-hotnews .main_news_lunbo .main_news_title{
  position: absolute;
  height: 56px;
  width: 100%;
  bottom: -56px;
}
.content-hotnews .main_news_lunbo .main_news_title li{
  position: absolute;
  height: 56px;
  line-height: 56px;
  width: 100%;
  top: 0;
  z-index: 11;
  padding: 0 20px;
  box-sizing: border-box;
  /* transform: translateY(-56px); */
  transition: all .5s;
}
.content-hotnews .main_news_lunbo .main_news_title li a{
  display: inline-block;
  width: 416px;
  height: 100%;
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-hotnews .main_news_lunbo .main_news_button{
  position: absolute;
  height: 56px;
  bottom: 0;
  right: 20px;
  z-index: 12;
  display: flex;
}
.content-hotnews .main_news_lunbo .main_news_button li{
  margin-top: 24px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #fff;
  opacity: 0.5;
  margin-left: 10px;
  cursor: pointer;
}
.content-hotnews .main_news_lunbo .main_news_button li:hover{
  background: #f4000d !important;
  opacity: 1 !important;
}
/* 要闻 */
.content-hotnews .main_news_right{
  width: 420px;
  height: 100%;
  position: relative;
}
.content-hotnews .main_news_right .main_news_right_list{
  width: 100%;
}
.content-hotnews .main_news_right .main_news_right_list li{
  height: 67px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}
.content-hotnews .main_news_right .main_news_right_list a{
  display: inline-block;
  font-family: PingFangSC-Regular;
  width: 100%;
  /* height: 60px; */
  letter-spacing: 0;
  line-height: 30px;
  /* 仅支持chrome */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  font-size: 21px;
  font-weight: 400;
  color: #1A0303;
}
.content-hotnews .main_news_right .main_news_right_list li a:hover{
  color: #064ec0;
}
.content-hotnews .main_news_right .main_news_more{
  float: right;
}
.content-hotnews .main_news_right .main_news_more img{
  width: 11px;
  height: 10px;;
}
.content-hotnews .main_news_right .main_news_more span{
  font-size: 14px;
  padding-left: 10px;
  color: #999999;
}
.content-hotnews .main_news_right .main_news_more .icon_more_img_active{
  display: none;
}
.content-hotnews .main_news_right .main_news_more:hover span{
  color: #064ec0;
}
.content-hotnews .main_news_right .main_news_more:hover .icon_more_img{
  display: none;
}
.content-hotnews .main_news_right .main_news_more:hover .icon_more_img_active{
 display: inline;
}
/* #endregion */

/* 3.左右两列 */
/* #region */
.content-main{
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.content-main-left{
  /* 高度由内容撑开 */
  min-height: 1000px;
  width: 450px;
}
/* 要闻  监督曝光   审查调查   一线快报  评论 */
.content-main-left .content-comlist{
    width: 100%;
    height: 257px;
    border-top: 1px solid #EB2111;
    margin-bottom: 8px;
}
.content-main-left .content-comlist .content-fg{
    width: 106px; 
    height: 3px;
    background-color: #EB2111;
}
.content-main-left .content-comlist .content-title{
  width: 100%;
  margin-top: 8px;
}
.content-main-left .content-comlist  .content-title a{
  float: right;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  transform: translateY(4px);
}
.content-main-left .content-comlist  .content-title a img{
  width: 11px;
  height: 10px;
}
.content-main-left .content-comlist  .content-title a .content-img-hover{
  display: none;
}
.content-main-left .content-comlist .content-title a:hover .content-img{
  display: none;
}
.content-main-left .content-comlist  .content-title a:hover .content-img-hover{
  display: inline;
}
.content-main-left .content-comlist  .content-title a:hover span{
  color: #007EE3;
}
.content-main-left .content-comlist  .content-title .content-title-text{
  height: 34px;
}
 /*要闻标题图片设置 */
.content-main-left .content-comlist .content-title .content-title-text .article-img{
  width: 18px;
  height: 21px;
  transform: translateY(-4px);
}
/* 监督曝光标题图片设置 */
.content-main-left .content-comlist .content-title .content-title-text .live-img{
  width: 23px;
  height: 16px;
  transform: translateY(-4px);
}
/* 审查调查标题图片设置 */
.content-main-left .content-comlist .content-title .content-title-text .survey-img{
  width: 18px;
  height: 21;
  transform: translateY(-4px);
}

/* 一线快报标题图片设置 */
.content-main-left .content-comlist .content-title .content-title-text .newspaper-img{
  width: 21px;
  height: 21px;
  transform: translateY(-4px);
}
/* 评论标题图片设置 */
.content-main-left .content-comlist .content-title .content-title-text .message-img{
  width: 21px;
  height: 20px;
  transform: translateY(-4px);
}
.content-main-left .content-comlist .content-title .content-title-text span{
  font-size: 22px;
  color: #1A0303;
  text-align: justify;
  line-height: 34px;
  font-weight: 600;
  margin-left: 10px;
}

.content-main-left .content-comlist .content-newslist{
  width: 100%;
  margin-top: 21px;
}
.content-main-left .content-comlist .content-newslist li{
  height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;   
}

.content-main-left .content-comlist .content-newslist li a{
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 26px;
  font-weight: 400;
}
.content-main-left .content-comlist .content-newslist li:first-child a{
  font-size: 18px;
  font-weight: 600;
}
.content-main-left .content-comlist .content-newslist li:hover a{
  color: #007EE3;
}


/* 举报 */
.content-main-left .content-report{
  height: 267px;
  width: 450px;
}
.content-main-left .content-report .content-report-menu{
  background-size: contain;
  width: 450px; 
  height: 56px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content-main-left .content-report .content-report-menu .content-report-fg{
  margin: 0 68px 0px 68px;
  background-color: rgba(255,255,255,0.50);
  height: 24px; 
  width: 1px;
}
.content-main-left .content-report .content-report-menu  p{
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
  font-weight: 600;
}

.content-main-left .content-report .content-report-jbfs{
  width: 450px; 
  height: 211px;
  background: #F4EFEF;
}

.content-main-left .content-report .content-report-title{
  width: 100%; 
} 
.content-main-left .content-report .content-report-title img{
  width: 102px; 
  height: 33px;
  margin: 12px 0 0 30px;
}
.content-main-left .content-report .content-report-detail{
  width: 377px;
  margin: 13px 0 0 30px;

}

.content-main-left .content-report .content-report-detail li {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  width: 377px;
  margin-top: 5px;
}

.content-main-left .content-report .content-report-detail li .content-report-way{
    margin-left: 5px;
    width: 292px;
}

/* 左侧广告位1 */
.content-main-left .content-left-ad1{
  width: 450px; 
  height: 143px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
}

/* 左侧信箱 */
.content-main-left .content-left-mailbox{
  width: 450px; 
  height: 90px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}

/* 左侧邮箱 */
.content-main-left .content-left-postmail{
  width: 450px; 
  height: 90px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}


.content-main-right{
  /* 高度由内容撑开 */
  min-height: 1000px;
  width: 497px;
}
/* 右侧广告位1 */
.content-main-right .content-right-ad1{
  width: 497px; 
  height: 128px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* 右侧广告位2 */
.content-main-right .content-right-ad2{
  width: 497px; 
  height: 128px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
}

/* 右侧广告位3 */
.content-main-right .content-right-ad3-bg{
  width: 497px; 
  height: 365px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.content-main-right .content-right-ad3-one{
  width: 425px; 
  height: 85px; 
  margin-top: 35px;
}
.content-main-right .content-right-ad3{
  width: 425px; 
  height: 85px; 
  margin-top: 20px;
}
/* 右侧广告位4 */
.content-main-right .content-right-ad4{
  width: 497px; 
  height: 145px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
}
/* 专题1 */
.content-main-right .content-right-zhuanti1{
  width: 497px; 
  height: 204px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}
/* 专题2 */
.content-main-right .content-right-zhuanti2{
  width: 497px; 
  height: 156px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 26px;
}
/* 专题3 */
.content-main-right .content-right-zhuanti3{
  width: 497px; 
  height: 140px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 25px;
}

/* 右侧底部栏目 */

.content-main-right .content-bottom-columns{
  display: flex;
  width: 497px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-main-right .content-bottom-columns .content-column{
  width: 240px;
  height: 248px;
  margin-top: 30px;
}
.content-main-right .content-bottom-columns .content-column .content-title{
  display: block;
	font-weight:600;
  font-size: 24px;
  color: #064EC0;
  line-height: 24px;
}
.content-main-right .content-bottom-columns .content-column .content-text{
  display: block;
  width: 240px; 
  height: 180px; 
  margin-top: 20px;
  bottom: 0px;
}
.content-main-right .content-bottom-columns .content-column .content-text img{
  width: 240px; 
  height: 136px; 
}
.content-main-right .content-bottom-columns .content-column .content-text p{
  font-size: 20px;
  color: #03101A;
  overflow: hidden;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
  height: 48px;
}
/* #endregion */

/* 4.底部友链 */
/* #region */
/* 友情链接 */
.content-urls{
  width: 100%;
  /* 由内容撑开 */
  min-height: 207px;
  /* background: #eee; */
  margin-top: 52px;
  margin-bottom: 70px;
}
/* 广告位 */
/* 五列图片 */
.content-urls .content-ad-img{
  width: 100%;
  height: 71px;
  display: flex;
  justify-content: space-between;
  margin: 51px 0px;
}
.content-urls .content-ad-img a img{
  width: 188px; 
  height: 67px; 
  display: block;
  margin-right: 15px;
}
.content-urls .content-ad-img a img:last-child{
  width: 188px; 
  height: 67px; 
  display: block;
  margin-right: 0px;
}
.footer-external{
  width: 100%;
  background: fff;
  margin-top: 20px;
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
.footer-external  .footer-external-nav{
  width: 100%;
  height: 30px;
}
.footer-external  .footer-external-nav .active-li{
  background: #fff;
  color: #007EE3;
  font-weight: bolder;
  cursor: pointer;
}
.footer-external  .footer-external-nav .src_line{
  width: 15px;
  color: #E6E9EC;
  font-size: 20px;
  text-align: center;
  margin: 0 5px;
}
.footer-external  .footer-external-nav .src_line:hover{
  color: #E6E9EC;
}
.footer-external  .footer-external-nav li{
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-align: left;
}
.footer-external  .footer-external-nav li span{
  font-size: 18px;
}

.footer-external  .footer-external-nav  li:hover{
  background: #fff;
  color: #007EE3;
  font-weight: bolder;
}
/* 友情链接 */
.footer-external  .external-link{
  width: 100%;
  height: 55px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.footer-external .external-link li{
  display: table-cell;
  margin-right:40px;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.footer-external .external-link li:hover a{
  color: #007EE3;
}